|
|
|
|
PreviousDisplayed Property, ColumnClass Class |
Returns the previous displayed column.
Syntax ColumnClass Class (Softelvdm.SftTreeNET)
VB |
Public ReadOnly Property PreviousDisplayed As ColumnClass |
C# |
public ColumnClass PreviousDisplayed { get; } |
C++ |
public: property ColumnClass^ PreviousDisplayed { |
Property Value
The previous displayed column or null/Nothing if there is no previous column.
Comments
The PreviousDisplayed property returns the previous displayed column.
A column is considered displayed or visible even if it is horizontally scrolled off the control's display area or if it has a width of 0. A column can be scrolled into the display area of the control by using the ColumnClass.ScrollIntoView method.